projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f345622
)
* src/pdumper.c (dump_do_dump_relocation): Better error for incoherent eln.
author
Andrea Corallo
<akrl@sdf.org>
Fri, 2 Oct 2020 11:47:29 +0000
(13:47 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Fri, 2 Oct 2020 11:47:29 +0000
(13:47 +0200)
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 03391c4950534b5b9dfa4c130071668cb9daf439..0528219139c9482e1625b62f5b4938c40fb500ab 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-5250,7
+5250,8
@@
dump_do_dump_relocation (const uintptr_t dump_base,
dump_ptr (dump_base, reloc_offset);
comp_u->lambda_gc_guard_h = CALLN (Fmake_hash_table, QCtest, Qeq);
if (!CONSP (comp_u->file))
- error ("Trying to load incoherent dumped .eln");
+ error ("Trying to load incoherent dumped eln file %s",
+ SSDATA (comp_u->file));
/* Check just once if this is a local build or Emacs was installed. */
if (installation_state == UNKNOWN)